home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / launcher / scripts / DefineButton2_51 / BUTTONCONDACTION on(keyPress a).as next >
Encoding:
Text File  |  2002-03-20  |  168 b   |  11 lines

  1. on(keyPress "a"){
  2.    if(eval("/:string") eq var1.substr(1,2))
  3.    {
  4.       set("/:string",var1.substr(1,3));
  5.    }
  6.    else
  7.    {
  8.       set("/:string","");
  9.    }
  10. }
  11.